home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / stults.arc / STULTS.DOC < prev    next >
Text File  |  1991-03-26  |  3KB  |  69 lines

  1.  
  2.  
  3.  
  4.         Stults' BearCat
  5.         Copyright 1991 by Mark Herring
  6.         Donated into the public domain
  7.  
  8.  
  9.  
  10.         STULTS is designed to be used with PCBoard 14.5a's new
  11.         $$LOGON.BAT feature.  STULTS will search a text file containing
  12.         user files (one name per line) and if the current user's name is
  13.         matched in the file then the DOS errorlevel is set to ONE.  You
  14.         can then test the errorlevel in the $$LOGON.BAT file and do
  15.         whatever task you need to perform.
  16.  
  17.         You may wish to set off "warning bells" to let you know a
  18.         particular user has logged into the system.  We recommend that
  19.         you take a look at the extensive sound routines available in the
  20.         Silicon Frog's Batch File Utilities - they are very distinctive
  21.         and are sure to get your attention.  You may find these routines
  22.         in the file SFBUPGMS.ZIP here on "Sparky's Machine".
  23.  
  24.  
  25.         How to use STULTS
  26.         ─────────────────
  27.  
  28.         You need to create a text file using your favorite editor
  29.         containing a list of user names you are interested in
  30.         intercepting with STULTS.  The user names must be one name per
  31.         line and must match the user's name *exactly*.  You may list as
  32.         many user names as you wish.
  33.  
  34.         You must create a $$LOGON.BAT file in your PCB system subdirectory.
  35.         This is the same subdirectory that contains the PCBOARD.SYS file
  36.         created by PCBoard.  STULTS expects to find PCBOARD.SYS in the
  37.         current subdirectory.  An example of $$LOGON.BAT might be:
  38.  
  39.         STULTS C:\PCB\USERNAME
  40.         IF ERRORLEVEL=1 BEEP
  41.  
  42.         This example loads STULTS and reads the file "C:\PCB\USERNAME".
  43.         If the current user's name was found in the file then the DOS
  44.         errorlevel was set and the speaker will beep.
  45.  
  46.  
  47.         Getting the most out of STULTS
  48.         ──────────────────────────────
  49.  
  50.         Remember that you can call STULTS more than once in the $$LOGON
  51.         batch file.  You might wish to keep different user lists and
  52.         depending upon a match branch and perform a certain action.
  53.  
  54.  
  55.  
  56.         Support for STULTS
  57.         ──────────────────
  58.  
  59.         STULTS has been donated into the public domain for all sysops to
  60.         use and enjoy.  If you have any problems with STULTS you may
  61.         address a message to QMAIL SUPPORT in your network's Qmail
  62.         support conference.
  63.  
  64.  
  65.  
  66.                                                 --- Sparky
  67.  
  68.                                                 March 12th, 1991
  69.